* {
  margin: 0;
  padding: 0;
  font-family: "宋体", Verdana;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*头部开始*/
header {
  /*width: 1010px;*/
  width: 100%;
  margin: auto;
  padding: 35px 0;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
  display: none;
}
header .logo {
  display: inline-block;
  margin-left: 440px;
}
header .logo .log-img {
  display: inline-block;
  position: relative;
}
header .logo .log-img:after {
  content: '';
  width: 1px;
  height: 65px;
  position: absolute;
  background: #ccc;
  top: -3px;
  right: -11px;
}
header .logo .log-img img {
  vertical-align: middle;
}
header .logo .header-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #666;
  font-size: 18px;
}
header .nav-list {
  display: inline-block;
  float: right;
  margin-top: 16px;
  margin-right: 440px;
}
header .nav-list .nav-item {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}
header .nav-list .nav-item:last-child {
  margin-right: 0;
}
header .nav-list .nav-item:first-child {
  margin-left: 0;
}
header .nav-list .nav-item a {
  display: block;
  color: #777;
  font-size: 16px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
header .nav-list .nav-item a:hover {
  color: #1776e2;
  padding-bottom: 12px;
  border-bottom: 2px solid #1776e2;
}
.header {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.header h1{
  font-family: "Droid Sans Fallback", "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #323c3c;
}

.header .title {
  font-size: 36px;
  color: #1877e3;
  font-weight: bold;
}
.header small {
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 18px;
  font-family: "Droid Sans Fallback", "Fira Sans", Helvetica, Arial, sans-serif;
  color: #888;
}
/*头部结束*/
.main {
  width: 970px;
  margin: auto;
}
/*产品介绍开始*/
.product-intro .content {
  margin-top: 58px;
}
.product-intro .content .introduce-p {
  width: 567px;
  display: inline-block;
  padding-right: 12px;
}
.product-intro .content .introduce-v {
  width: 320px;
}
.product-intro .content p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 26px;
  /*color: #333;*/
  /*color: #1778e3;*/
  font-weight: bold;
}
.product-intro .content p:first-child {
  font-size: 20px;
  text-indent: 0;
}
.product-intro .product-func {
  position: relative;
  margin-top: 87px;
  display: flex;
  justify-content: space-around;
}
.product-intro .product-func .func-center {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #1776e2;
}
.product-intro .product-func .line {
  /*margin-top:50px;	*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  /*display: flex;*/
  display: inline-block;
  -webkit-box-pack: justify;
  /*-webkit-justify-content: space-between;*/
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: space-around;
}
.product-intro .product-func .line .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  /*display: flex;*/
  /*flex-direction:column;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*justify-content: space-between;*/
}
.product-intro .product-func .line .item .func-name{
	/*text-align:center*/
}
.product-intro .product-func .line .item .func-name div:first-child {
  color: #1776e2;
  font-weight: 700;
  font-size: 30px;
}
.product-intro .product-func .line .item .func-name div:last-child {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.product-intro .product-func .line .item .func-icon img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-intro .product-func .line .item .func-icon img:hover {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
.product-intro .product-func .line2 {
  margin-top: 50px;
}
/*产品介绍结束*/
/*核心价值开始*/
.main-value {
  background: #f4f4f4;
  height: 620px;
  position: relative;
  margin: 80px 0 100px 0;
}
.main-value .middle-layer {
  width: 930px;
  height: 450px;
  background: #1778e3;
  /*margin: 0 auto;*/
  padding-top: 30px;
  border-radius: 20px;
  position:absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}
.main-value .header .title {
  color: #fff;
}
.main-value .header small {
  color: #e3e3e3;
}
.main-value .content {
  /*padding: 30px 0;*/
  /*text-align: center;*/
  display: flex;
  width: 1480px;
  justify-content: space-around;
  position: absolute;
  left: 50%;
  margin-left: -740px;
}
.main-value .content .middle-layer {
  width: 700px;
  height: 450px;
  background: #0066cc;
  margin: 0 auto;
  padding-top: 30px;
  border-radius: 20px;
}
.main-value .content .value-item {
  margin-top: 30px;
  margin-right: -150px;
  padding: 50px 0;
  /*border: 3px dashed #156dcc;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  /*border: 1px solid red;*/
  width: 300px;
  height: 175px;
  background: #fff;
}
.main-value .content .value-item:last-child {
  margin-right: 0;
}
.main-value .content .value-item .value-item-bottom>div {
  background: #fff;
  color: #1776e2;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.main-value .content .value-item .value-item-top,
.main-value .content .value-item .value-item-bottom {
  display: flex;
  align-items: center;
}
.main-value .content .value-item .value-item-top {
  display: none;
  padding-left: 30px;
  margin-bottom: 20px;
}
.main-value .content .value-item .value-item-bottom {
  padding-left: 50px;
}
.main-value .content .value-item .value-item-top label {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffcc00;
  border-radius: 50%;
  margin-right: 20px;
}
.main-value .content .value-item .value-item-top .text_1 {
  font-size: 18px;
  font-weight: bold;
}
.main-value .content .value-item .value-item-top .text_2 {
  font-size: 10px;
}
.main-value .content .value-item .value-item-bottom {
  font-size: 14px;
}
.main-value .content .value-item .value-item-bottom img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: block;
}
/*核心价值结束*/

/*烦恼开始*/
.process-box {
  width:1140px;
  height:450px;
  margin-left: -72px
}
.process-box ul {
  width:1140px;
}
.process-box ul li {
  width:196px;
  height:196px;
  float:left;
  cursor:pointer;
  position:relative;
}
.process-box ul li .kuang {
  position:absolute;
  width:196px;
  height:196px;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  border:5px solid #176fd3;
  margin-top:42px;
  margin-left:42px;
}
.process-box ul li .kuang1 {
  top:0;
  left:0;
  z-index:1;
}
.process-box ul li .kuang2 {
  left:5px;
  top:0px;
  z-index:2;
}
.process-box ul li .text1 {
  width:276px;
  height:276px;
  text-align:center;
  z-index:3;
  position:absolute;
  left:7px;
  top:2px;
}
.process-box ul li .text1 .bg {
  width:276px;
  height:276px;
}
.process-box ul li .text1 .mengban {
  border:1px solid #166fd3;
  position:absolute;
  z-index:-1;
  width:196px;
  height:196px;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  background:#166fd3;
  margin-top:44px;
  margin-left:44px;
  display: none;
}

/*.process-box ul li .text1 .bg1 {
  background:url(../images/process-img1.png) no-repeat;
}
.process-box ul li .text1 .bg2 {
  background:url(../images/process-img2.png) no-repeat;
}
.process-box ul li .text1 .bg3 {
  background:url(../images/process-img3.png) no-repeat;
}
.process-box ul li .text1 .bg4 {
  background:url(../images/process-img4.png) no-repeat;
}
.process-box ul li .text1 .bg5 {
  background:url(../images/process-img5.png) no-repeat;
}
.process-box ul li .text1 .bg6 {
  background:url(../images/process-img6.png) no-repeat;
}
.process-box ul li .text1 .bg7 {
  background:url(../images/process-img7.png) no-repeat;
}*/
.process-box ul li .text1 .num {
  padding-top:50px;
  font-size:86px;
  color:#166fd3;
  font-weight:700;
}
.process-box ul li .text1 .title {
  padding-top:95px;
  font-size:26px;
  font-weight: bold;
  color:#166fd3;
}
.process-box ul li .text1 .eng {
  font-size:26px;
  color:#166fd3;
  font-weight: bold;
}

.process-box ul li:hover .text1 .mengban {
  display:block;
}

.process-box ul li:hover .text1 .title{
  color: #fff;
  z-index: 1;
}
.process-box ul li:hover .text1 .eng{
  color: #fff;
  z-index: 1;
}

.process-box ul li .text2 {
  width:276px;
  height:276px;
  z-index:4;
  position:absolute;
  left:9px;
  top:4px;
  display:none;
}
.process-box ul li .text2 .mengban {
  border:1px solid #166fd3;
  position:absolute;
  z-index:1;
  width:196px;
  height:196px;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  background:#166fd3;
  margin-top:42px;
  margin-left:42px;
}
.process-box ul li .text2 .desc {
  position:absolute;
  z-index:2;
  width:140px;
  height:110px;
  top:88px;
  left:70px;
  font-size:12px;
  color:#fff;
  text-align:center;
  line-height:24px;
}
.process-box ul li {
  margin-right:114px;
}
.process-box ul.two li {
  margin-top:-40px;
}
.process-box ul li:hover .text2 {
  display:none;
}
/*烦恼结束*/
.worry .header .title {
  font-size: 40px;
  color: #5f616d;
}

.worry .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.worry .content .worry-list {
  margin-top: 50px;
  margin-left: 30px;
}
.worry .content .worry-list .worry-item {
  display: inline-block;
  /*position: relative;*/
  margin-bottom: 20px;
}
.worry .content .worry-list .worry-item .num {
  position: absolute;
  top: -3px;
  width: 80px;
  height: 80px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background: #1776e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.worry .content .worry-list .worry-item .worry-name {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #b1d8fc;
  width: 280px;
  text-align: center;
  font-weight: bold;
}

/*优势开始*/
.advantage {
  margin-top: 140px;
  width: 100%;
}
.advantage .header .title {
  font-size: 40px;
  color: #5f616d;
}
.advantage .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.advantage .advantage-list:last-child {
  margin-top: 38px;
}
.advantage .advantage-list .advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage .advantage-list .advantage-item .icon {
  background: #1778e3;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.advantage .advantage-list .advantage-item .advantage-name {
  background: #b1d8fc;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
/*优势结束*/

/*好处开始*/
.help {
  width: 100%;
  background: #1776e2;
  padding-top: 1px;
  padding-bottom: 50px;
}
.help .header .title {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
.help .header .sub-title {
  font-size: 20px;
  color: #e3e3e3;
  font-weight: bold;
  margin: 10px;
}
.help .content {
  /*background: #1776e2;*/
  margin-top: 40px;
}
.help .content .help-wrap {
  width: 1006px;
  margin: auto;
  /*padding-top: 100px;*/
}

/*.help .content .help-wrap .help-list:last-child {
  -webkit-transform: translate(125px, -140px);
  -moz-transform: translate(125px, -140px);
  -ms-transform: translate(125px, -140px);
  -o-transform: translate(125px, -140px);
  transform: translate(125px, -140px);
}*/
.help .content .help-wrap .help-list {
  margin-top: 10px;
}
.help .content .help-wrap .help-list .help-item {
  display: inline-block;
  background: #fff;
  /*background: url("https://www.lejiao1688.com/company/skin/home204yunguanjia/help_bg.png");*/
  height: 80px;
  width: 236px;
  margin-left: 8px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  /*text-align: center;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-top: 10px;*/
  font-size: 18px;
  color: #666;
  font-weight: 600;
  padding-left: 20px;
  border-left: 6px solid #FED201;
}
.help .content .help-wrap .help-list .help-item img {
  display: inline-block;
  padding-top: 8px;
  vertical-align: middle;
}

.help .content .help-wrap .help-list .help-item >div {
  display: inline-block;
  font-size: 20px;
  margin: 20px 0 0 20px;
}

.help .line{
  width: 960px;
  position: relative;
  text-align: center;
  zoom: 1;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}
.help .line span {
  display: inline-block;
  height: 8px;
  background: #FED201;
}
.help .line span:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  border-top: solid 1px #fff;
  right: 0;
  top: 4px;
  z-index: -1;
}
/*.line span:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  border-top: solid 1px #fff;
  left: 0;
  top:7px;
}*/
/*好处结束*/
/*联系方式开始*/
.contact .contact-icon {
  display: inline-block;
}
.contact .contact-icon img {
  vertical-align: middle;
}
.contact .contact-name {
  display: inline-block;
  vertical-align: middle;
}
.contact .contact-name h5 {
  font-size: 14px;
  font-weight: 600;
  color: #969696;
}
/*联系方式结束*/
.box {
  display: none;
}
.product {
  width: 1200px;
  margin: auto;
  position: relative;
}
.product .menu-list {
  position: absolute;
  left: -200px;
}
.product .menu-list .menu-item {
  background: #e1e1e1;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.product .menu-list .menu-item.hover {
  color: #fff;
  background: #1776e2;
}
.server {
  width: 1080px;
  margin: auto;
}
.server>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 90px 0;
}
.server>div .text h2 {
  font-size: 30px;
  font-weight: 600;
}
.server>div .text div {
  font-size: 14px;
  line-height: 24px;
}
.server>div:first-child {
  background: #ebf6e3;
}
.server>div:last-child {
  margin-top: 40px;
  background: #1776e2;
}
.footer_y {
	clear:both;
	/*background: #24344b;*/
    background:#000000;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	/*border-bottom: 1px solid #d7d7d7;*/
	margin-top:50px
}
.footerCon_y {
	width: 1198px;
	margin: 0 auto;
	overflow: hidden;
}
.footerCon_y .help {
	padding: 23px 0 10px 0;
	height: auto;
	overflow: hidden;
}
.footerCon_y .help dl {
        height:175px;
	float: left;
	border-right: 1px solid #d7d7d7;
	padding: 0px 60px 0px 60px;
}
.footerCon_y .help dl dt {
        color:#fff;
	font-size: 18px;
	font-weight: normal;
}
.footerCon_y .help dl dd a {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.footerCon_y .help dl a:hover{
	color:#0066CC;
}
.footerCon_y .help dl.lastdl {
	border: none;
	padding-right: 0;
}
.footerCon_y ul li a{
	font-family: "Microsoft Yahei","宋体","Hiragino Sans GB",sans-serif;
font-size: 13px;
color: #fff;
}
.banner a img{
		display:inline-block;
		float:right;
		/*margin-right:490px;*/
		/*padding-right:26%;*/
	}
.buy {
  width: 278px;
  height: 86px;
  background: url("button.png");
  margin: auto;
  text-align: center;
  line-height: 86px;
  margin-top:30px;
}
.buy a {
  font-size: 25px;
  color: #fff;
}
.buy a:hover {
  text-decoration: none;
}
.login {
  width: 278px;
  height: 86px;
  background: url("login.png");
  margin: auto;
  text-align: center;
  line-height: 86px;
}
.login a {
  font-size: 25px;
  color: #fff;
}
.login a:hover {
  text-decoration: none;
  color: #fff;
}

/*成功案例*/
.successful-case{
  /*width: 100%;*/
  /*height: 100%;*/
  /*overflow: hidden;*/
  /*background: #fff;*/
  padding-bottom: 80px;
}
.successful-case .success-container{
  width: 1240px;
  height: auto;
  margin: 0 auto;
}
.successful-case .success-container .success-title{
  text-align: center;
}
.successful-case .success-container .success-title h1{
  font-size: 42px;
  color: #3e3c3c;
}
.successful-case .success-container .success-title h2{
  font-size: 30px;
  color: #415285;
  font-weight: bolder;
}
.successful-case .success-container .success-title p{
  color: #828282;
}
.successful-case .success-container .success-case-image ul{
  display: flex;
  /*justify-content: space-around;*/
  height: 400px;
  margin-left: 165px;
}
.successful-case .success-container .success-case-image ul li{
  width: 210px;
  padding-left: 10px;
}
.successful-case .success-container .success-case-image ul li a img{
  display: block;
  margin: 0 auto;
}
.successful-case .success-container .success-case-image ul li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #5b5e66;
}
.successful-case .success-container .success-case-image ul li p {
  font-size: 12px;
  display: inline-block;
  border-bottom: 2px solid #1877e1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 2em;
  color: #6e6e6e;
}
.successful-case .success-container .success-bottom{
  text-align: center;
}
.successful-case .success-container .success-bottom h3{
  color: #1877e1;
  font-weight: bolder;
}
.successful-case .success-container .success-bottom span{
  font-size: 14px;
  color: #828282;
}
.successful-case .success-container .success-bottom p{
  font-size: 28px;
  color: #1877e1;
  font-weight: bolder;
}

/*蒙版*/
#outmasking{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  opacity: .7;
  top: 0;
  display: none;
  z-index: 1;
}
#masking-outmasking{
  position: fixed;
  width: 650px;
  height: 360px;
  background: #fff;
  border-radius: 6px;
  top: 35%;
  left: 35%;
  display: none;
  z-index: 2;
}
#masking-outmasking .masking-box{
  /*border: 1px solid #ddd;*/
  margin: 20px 30px;
}
#masking-outmasking .masking-box .masking-title{
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
#masking-outmasking .masking-box .masking-thank h3{
  font-size: 20px;
  color: #1c57a5;
  font-weight: bold;
  margin: 15px 0;
}
#masking-outmasking .masking-box .masking-content .mask-item{
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
}
#masking-outmasking .masking-box .masking-content .mask-item .mask-list input{
  width: 210px;
  border-radius: 20px;
  border: 1px solid #555555;
  color: #999999;
  text-indent: 1rem;
}
#masking-outmasking .masking-box .masking-content .check span{
  color: #000;
  font-size: 12px;
  display: block;
  text-align: center;
}
#masking-outmasking .masking-box .masking-content .masking-button button{
  width: 200px;
  height: 37px;
  background: #61c0ff;
  border-radius: 18.5px;
  margin: 15px auto;
  display: block;
  border: 0;
  color: #fff;
  font-size: 14px;
  /*margin: 15px 0;*/
}
input:checked + .checkbox{
  background: #ff0000;
}
input[type=checkbox]{
  position: relative;
}
input[type=checkbox]:after{
  background: #61c0ff;
  position: absolute;
  content: '';
  display: inline-block;
  visibility: visible;
  color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 3px;
}
input[type=checkbox]:checked:after{
  content:'√';
  font-size: 10px;
  font-weight: bolder;
}
/*banner 登录开始*/
.banner .banner_login{
  width: 335px;
  position: relative;
  top: -150px;
  left: 288px;
}
.banner .banner_login a>span{
  display: inline-block;
  width: 164px;
  height: 45px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  float: left;
  line-height: 45px;
  position: absolute;
  top: 513px;
}
.banner .banner_login a:first-child>span{
  z-index: 1;
}
.banner .banner_login a:last-child>span{
  width: 385px;
  text-align: right;
}
@media only screen and (max-width: 1024px){
  .banner .banner_login{
    position: relative;
    top: -20rem;
    left: 9rem;
  }
  #masking-outmasking{
    position: fixed;
    top: 26%;
    left:26%;
    z-index: 2;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px){
  .banner .banner_login{
    position: relative;
    top: -16rem;
    left: 12rem;
  }
  #masking-outmasking{
    position: fixed;
    top: 26%;
    left:26%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1360px){
  .banner .banner_login{
    position: relative;
    top: -12rem;
    left: 15rem;
  }
  #masking-outmasking{
    position: fixed;
    top: 26%;
    left:26%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1400px){
  .banner .banner_login{
    position: relative;
    top: -10rem;
    left: 16rem;
  }
  #masking-outmasking{
    position: fixed;
    top: 26%;
    left:26%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px){
  .banner .banner_login{
    position: relative;
    top: -8rem;
    left: 18rem;
  }
  #masking-outmasking{
    position: fixed;
    top: 26%;
    left:26%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px){
  .banner .banner_login{
    position: relative;
    top: -6rem;
    left: 19rem;
  }
  #masking-outmasking{
    position: fixed;
    top: 26%;
    left:26%;
    z-index: 2;
  }
}

@media screen and (width:1920px){
  #masking-outmasking{
    position: fixed;
    top: 35%;
    left:35%;
    z-index: 2;
  }
  .banner .banner_login{
    position: relative;
    top: -2rem;
    left: 22rem;
  }
}
/*banner 登录结束*/